home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 May
/
EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso
/
programs
/
write
/
config
/
english
/
rwgroup.config
< prev
next >
Wrap
Text File
|
1996-11-23
|
513b
|
41 lines
CONFIG RWGroup;
IMPORT RWG_Project;
PREFS
_autoIndent:=FALSE;
_lockStdKeys:=TRUE;
_scrRelLeft:=79;
_scrRelTop:=78;
_scrRelWidth:=540;
_scrRelHeight:=412;
HOOK CLOSEWINDOW
UMS.ReadGroupList;
END CLOSEWINDOW;
BUTTON "mail"
UMS.WriteMsg(-1,FALSE);
END;
BUTTON "news"
UMS.WriteMsg(-1,TRUE);
END;
BUTTONSPACE;
BUTTON "remail"
MessageOk("Not implemented!");
END;
BUTTON "followmail"
MessageOk("Not implemented!");
END;
BUTTON "renews"
MessageOk("Not implemented!");
END;
END RWGroup.